home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15982 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.iastate.edu!news
  2. From: mgrice@iastate.edu (Matt Grice)
  3. Newsgroups: comp.lang.c++,rec.games.programmer,alt.msdos.programmer,comp.programming
  4. Subject: Re: Young programmers read me.
  5. Date: Tue, 09 Apr 1996 02:53:30 GMT
  6. Organization: Iowa State University, Ames, Iowa
  7. Message-ID: <3169d0b6.26007315@news>
  8. References: <4icpp9$7hr@barad-dur.nas.com> <4imqe4$cj3@ping1.ping.be> <1996Mar23.224853.116513@kuhub.cc.ukans.edu> <4j52hn$ikb@news.ios.com> <Pine.OSF.3.91.960403112207.17337H-100000@bud.cc.swin.edu.au> <aidan-0404961557290001@meathook.intac.com> <3165AD94.6F3A@datalytics.com> <j-jahnke-0604960016160001@ntcs-ip8.uchicago.edu> <4kc2qa$6os@ni1.ni.net>
  9. NNTP-Posting-Host: friley160.res.iastate.edu
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. andyc@procom.com (Andy Ho-Fan Chan) wrote:
  13.  
  14. >In article <j-jahnke-0604960016160001@ntcs-ip8.uchicago.edu>, j-jahnke@uchicago.edu (Jerome Jahnke) wrote:
  15. >
  16. >>And if you think about it, it is a lot easier to find a BEGIN and END in a
  17. >>chunk of code than a { and }. They are just bigger and easier to spot.
  18. >>Which is why many code editors color the code so you can find things like
  19. >>braces and what nots.
  20. >
  21. >Well, I like the '{' and '}' so much since it needs least typing.  Also, it 
  22. >can fasten the compile time too.
  23. >
  24. Hmm.. Is that why C and C++ compilers are so fast?  :)
  25.  
  26. Seriously, I would be hard pressed to name another aspect of a
  27. language that would have LESS effect on compile time than { and }
  28. versus begin and end.
  29.  
  30. -Matt
  31.